Fix linked-hash-map/METADATA Bug: 166324735 Test: make Change-Id: I95a3242ec19acafe33dc285dc4ac05eed238be57 
diff --git a/METADATA b/METADATA index df3affa..343ee7e 100644 --- a/METADATA +++ b/METADATA 
@@ -1,17 +1,19 @@  name: "linked-hash-map" -description: - "A HashMap wrapper that holds key-value pairs in insertion order" - +description: "A HashMap wrapper that holds key-value pairs in insertion order"  third_party {  url {  type: HOMEPAGE  value: "https://crates.io/crates/linked-hash-map"  }  url { - type: GIT - value: "https://github.com/contain-rs/linked-hash-map" + type: ARCHIVE + value: "https://static.crates.io/crates/linked-hash-map/linked-hash-map-0.5.3.crate"  }  version: "0.5.3" - last_upgrade_date { year: 2020 month: 6 day: 11 }  license_type: NOTICE + last_upgrade_date { + year: 2020 + month: 6 + day: 11 + }  }